docs+core: DEMO_SCRIPT + DNS resolv.conf integration + morning report v6#54
Merged
Conversation
· docs/DEMO_SCRIPT.md (NEW, ~150 lines) — 5-minute launch video script
with shot-by-shot timing (Hook / REPL / plan-mode / skills / sub-agent
+ hooks / sandbox + permissions / Mac client / plugins / outro),
recording checklist (mic, demo project, terminal theme, notifications
off), post-production guide.
· packages/core/src/sandbox/profile.ts — buildLinuxBwrapArgs now takes
BwrapArgsOpts { dnsProxyPort?, resolvConfPath? }. When allowedDomains
is non-empty + dnsProxyPort given, the args include `--unshare-net`
AND `--ro-bind <resolv> /etc/resolv.conf` so the sandboxed process
only resolves names via our DNS proxy. Closes the M3.5-ext "userspace
DNS proxy + sandbox integration" item.
· packages/core/src/sandbox/profile.test.ts — 2 new tests pinning the
new behavior (resolv.conf bind ON when proxy provided; falls back to
default-allow when proxy missing).
· MORNING_REPORT.md v6 — refresh. 51+ feature PRs, 514 tests, ~98% v1
scope, complete shipping checklist with exact maintainer actions.
Tests: 512 → 514 passing.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
5-minute demo video shot-by-shot script. DNS proxy integration into bwrap (--unshare-net + resolv.conf bind). Morning report v6 with exact 9-step ship checklist for maintainer. 514 passing.